Skip to content
Snippets Groups Projects
Commit 868687c7 authored by Jan Möbius's avatar Jan Möbius
Browse files

Fixed virtual function shadowing in BaseObjectData

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@11388 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 0125c0e1
No related branches found
No related tags found
No related merge requests found
......@@ -356,7 +356,7 @@ bool BaseObjectData::pickingEnabled() {
// ===============================================================================
// Content Nodes
// ===============================================================================
void BaseObjectData::update()
void BaseObjectData::update(UpdateType _type )
{
}
......
......@@ -296,7 +296,7 @@ class DLLEXPORT BaseObjectData : public BaseObject
* the corresponding scenegraph nodes or trigger other data handling which has to be done
* when the object changes.
*/
virtual void update();
virtual void update(UpdateType _type = UPDATE_ALL );
/** @} */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment