Modernization cleanup.

This commit is contained in:
Jim Evins
2017-04-10 22:43:34 -04:00
parent b17cea7ace
commit 4d194f72e9
34 changed files with 110 additions and 109 deletions
+2 -2
View File
@@ -52,11 +52,11 @@ namespace glbarcode
*
* Used by glbarcode::BarcodeFactory
*/
static Barcode* create( void );
static Barcode* create();
private:
bool validateDigits( int nDigits );
bool validateDigits( int nDigits ) override;
};