From f1aaea5022a7b9a3aec79fb21e04bcdb499a253f Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Thu, 2 Feb 2012 12:43:30 +0000 Subject: Removed nonsense "virtual inline" declaration from functions git-svn-id: http://mc-server.googlecode.com/svn/trunk@223 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cSandSimulator.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/cSandSimulator.h') diff --git a/source/cSandSimulator.h b/source/cSandSimulator.h index 3a086e8cc..113a2492b 100644 --- a/source/cSandSimulator.h +++ b/source/cSandSimulator.h @@ -12,10 +12,10 @@ public: ~cSandSimulator(); virtual void Simulate( float a_Dt ); - virtual inline void WakeUp( int a_X, int a_Y, int a_Z ); + virtual void WakeUp( int a_X, int a_Y, int a_Z ); - virtual inline bool IsAllowedBlock( char a_BlockID ); - virtual inline bool IsPassable( char a_BlockID ); + virtual bool IsAllowedBlock( char a_BlockID ); + virtual bool IsPassable( char a_BlockID ); protected: virtual void AddBlock(int a_X, int a_Y, int a_Z); -- cgit v1.2.3