]> git.lyx.org Git - lyx.git/blobdiff - src/support/syssingleton.C
remove commented HAVE_SSTREAM code
[lyx.git] / src / support / syssingleton.C
index 926f583cc1aa90899fc2ff2e47b954bbd434a6fa..3b713877e2e896b23d64d05108a9076f5ecb67a4 100644 (file)
@@ -33,6 +33,6 @@ SystemcallsSingletoncontroller::Startcontroller::getController()
                // Create the global controller
                 contr = new SystemcallsSingletoncontroller;
        }
-       refcount++;
+       ++refcount;
        return contr;
 }