From 75a80fdfdce4be53ce7d7b1d02400d3f79a144c0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 26 Oct 2012 13:33:20 +0300 Subject: Android compilation fixes. --- src/commandhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commandhandler.cpp') diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp index c17234c18..001c50e6b 100644 --- a/src/commandhandler.cpp +++ b/src/commandhandler.cpp @@ -1396,7 +1396,7 @@ void CommandHandler::replaceVars(std::string &str) void CommandHandler::handleDumpOGL(const std::string &args A_UNUSED, ChatTab *const tab A_UNUSED) { -#if defined USE_OPENGL +#if defined USE_OPENGL && !defined ANDROID NormalOpenGLGraphics::dumpSettings(); #endif } -- cgit v1.2.3-70-g09d2