Fix left-over comments in MaxmindDB module.

This commit is contained in:
Sandu Liviu Catalin
2016-11-14 15:50:06 +02:00
parent 7d1493afd3
commit 5cadbc82b8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ public:
static SQInteger Typename(HSQUIRRELVM vm); static SQInteger Typename(HSQUIRRELVM vm);
/* -------------------------------------------------------------------------------------------- /* --------------------------------------------------------------------------------------------
* See whether this instance references a valid INI document. * See whether this instance references a valid database instance.
*/ */
bool IsValid() const bool IsValid() const
{ {
+1 -1
View File
@@ -8,7 +8,7 @@
namespace SqMod { namespace SqMod {
/* ------------------------------------------------------------------------------------------------ /* ------------------------------------------------------------------------------------------------
* Manages a reference counted INI document instance. * Manages a reference counted database instance.
*/ */
class DbHnd class DbHnd
{ {