diff options
Diffstat (limited to '')
-rw-r--r-- | source/cWaterSimulator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cWaterSimulator.h b/source/cWaterSimulator.h index 437f14387..f43a5eeef 100644 --- a/source/cWaterSimulator.h +++ b/source/cWaterSimulator.h @@ -7,6 +7,6 @@ class cWaterSimulator : public cFluidSimulator public:
cWaterSimulator( cWorld* a_World );
- virtual inline bool IsAllowedBlock( char a_BlockID );
+ virtual bool IsAllowedBlock( char a_BlockID );
};
\ No newline at end of file |