Commit d1e39098 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Made setName() virtual so overloading works

parent 9451c096
...@@ -271,7 +271,7 @@ class Definition : public DefinitionIntf ...@@ -271,7 +271,7 @@ class Definition : public DefinitionIntf
//----------------------------------------------------------------------------------- //-----------------------------------------------------------------------------------
/*! Sets a new \a name for the definition */ /*! Sets a new \a name for the definition */
void setName(const char *name); virtual void setName(const char *name);
/*! Sets a unique id for the symbol. Used for libclang integration. */ /*! Sets a unique id for the symbol. Used for libclang integration. */
void setId(const char *name); void setId(const char *name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment