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/cFluidSimulator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/cFluidSimulator.h') diff --git a/source/cFluidSimulator.h b/source/cFluidSimulator.h index af05da2dd..d4379623d 100644 --- a/source/cFluidSimulator.h +++ b/source/cFluidSimulator.h @@ -28,8 +28,8 @@ public: //Gets the flowing direction. if a_Over is true also the block over the current block affects the direction (standard) Direction GetFlowingDirection(int a_X, int a_Y, int a_Z, bool a_Over = true); - virtual inline bool IsAllowedBlock( char a_BlockID ) = 0; - virtual inline bool IsPassableForFluid( char a_BlockID ); + virtual bool IsAllowedBlock( char a_BlockID ) = 0; + virtual bool IsPassableForFluid( char a_BlockID ); bool CanWashAway( char a_BlockID ); protected: virtual void AddBlock( int a_X, int a_Y, int a_Z); -- cgit v1.2.3