mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-07-06 22:23:30 +00:00
remove the 'override' keyword, Bullet is C++2003
This commit is contained in:
@@ -655,7 +655,7 @@ public:
|
||||
return m_debugMode;
|
||||
}
|
||||
|
||||
virtual void clearLines() override
|
||||
virtual void clearLines()
|
||||
{
|
||||
m_hashedLines.clear();
|
||||
m_sortedIndices.clear();
|
||||
|
||||
Reference in New Issue
Block a user