Modifications to build successfully with -Werror -Wall -Wpedantic.

This commit is contained in:
Jim Evins
2017-04-07 20:37:25 -04:00
parent 8184027c05
commit cc354d06da
13 changed files with 36 additions and 25 deletions
+3 -1
View File
@@ -99,7 +99,9 @@ namespace glabels
const Distance& value );
private:
static Units mUnits;
Units mUnits;
static XmlUtil* mInstance;
};