From ef9615aebb8a7b504c3b5cd2610e3c8f5bb4de58 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Dec 2015 13:38:57 +0200 Subject: Various cleanups and improvements, INSTALL-DEV instructions --- brep/module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'brep/module') diff --git a/brep/module b/brep/module index 4ac6023..80a0a56 100644 --- a/brep/module +++ b/brep/module @@ -81,7 +81,7 @@ namespace brep // // While uint8 is more than enough, use uint16 for the ease of printing. // - uint16_t verb_ {0}; + uint16_t verb_ = 0; template void level1 (const F& f) const {if (verb_ >= 1) f ();} template void level2 (const F& f) const {if (verb_ >= 2) f ();} -- cgit v1.1