]> git.lyx.org Git - lyx.git/blobdiff - src/support/syscontr.h
the freespacing patch from Kayvan, draw the math empty delim with onoffdash, asure...
[lyx.git] / src / support / syscontr.h
index 4080b9b0a91d77fe9a838ad23d656b8974c5c03e..5de04c8e65b9e1069810400fbc9fef2c3cb4e9ba 100644 (file)
@@ -16,7 +16,7 @@ public:
                Startcontroller();
                 ~Startcontroller();
                static SystemcallsSingletoncontroller * getController();
-                void reduceRefcount() { refcount--; }
+                void reduceRefcount() { --refcount; }
        private:
                static SystemcallsSingletoncontroller * contr;
                 static int refcount;