Make the style engine fix a little less obscure by copying the string explicitely...
[quassel.git] / src / common / global.h
index 8b7cf83..d5fbdec 100644 (file)
@@ -53,7 +53,9 @@ namespace Global {
   extern RunMode runMode;
   extern unsigned int defaultPort;
 
+  extern bool SPUTDEV; // FIXME This is for internal use only!
+
   void registerMetaTypes();
-}
+};
 
 #endif