Skip to content

Commit 2b09cce

Browse files
committed
Fixed a forward declaration on Linux introduced by Source-Python-Dev-Team@895338e.
1 parent 23ada04 commit 2b09cce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/core/modules/physics/physics.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@
3434
#include "vphysics_interface.h"
3535

3636

37+
//-----------------------------------------------------------------------------
38+
// Forward declarations.
39+
//-----------------------------------------------------------------------------
40+
template<class WrapperType>
41+
WrapperType* Wrap(typename WrapperType::wrapped_type* pWrapped);
42+
43+
3744
//-----------------------------------------------------------------------------
3845
// WRAPPER BASE CLASS
3946
//-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)