From: APTX Date: Thu, 30 May 2013 21:03:58 +0000 (+0200) Subject: Compile fixes. X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=994e51024f90f51ff4ed4157d69cbcb1776c2d8c;p=localmylist.git Compile fixes. --- diff --git a/localmylist/messagehandler.h b/localmylist/messagehandler.h index f2404a4..ed33e12 100644 --- a/localmylist/messagehandler.h +++ b/localmylist/messagehandler.h @@ -2,7 +2,7 @@ #define MESSAGEHANDLER_H namespace LocalMyList { - extern bool DETAILED_DEBUG_CONTEXT; + extern static bool DETAILED_DEBUG_CONTEXT; void installMessageHandler(); } // namespace LocalMyList