mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 18:36:43 +00:00
Remove redundant virtual qualifier
This commit is contained in:
parent
c7a612a891
commit
d1b5f17390
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ namespace MWGui
|
|||
void removeListener(StatsListener* listener);
|
||||
|
||||
void watchActor(const MWWorld::Ptr& ptr);
|
||||
virtual MWWorld::Ptr getWatchedActor() const { return mWatched; }
|
||||
MWWorld::Ptr getWatchedActor() const { return mWatched; }
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue