From 148902c4202594b95a914c3ba9211082abc479a7 Mon Sep 17 00:00:00 2001 From: prabatuty Date: Sun, 27 Mar 2011 18:56:01 +0000 Subject: [PATCH] code cleanup --- include/Database.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Database.h b/include/Database.h index d91284ca..231119a8 100644 --- a/include/Database.h +++ b/include/Database.h @@ -97,7 +97,7 @@ class DllExport Database size_t size = 0, int chunkID=-1); DbRetVal deleteSystemDatabaseChunk(int id); - inline Chunk* getSystemDatabaseChunk(int id); + Chunk* getSystemDatabaseChunk(int id); Transaction* getSystemDatabaseTrans(int slot); inline void setThrInfoOffset() { thrInfoOffset = os::alignLong(sizeof (DatabaseMetaData)) + -- 2.11.4.GIT