Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
+ fix build failure on Linux
  • Loading branch information
wwmayer committed Nov 6, 2015
1 parent 0bb6dc4 commit 9bb0e7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App/DocumentObserver.h
Expand Up @@ -24,6 +24,7 @@
#ifndef APP_DOCUMENTOBSERVER_H
#define APP_DOCUMENTOBSERVER_H

#include <Base/BaseClass.h>
#include <boost/signals.hpp>
#include <set>

Expand Down Expand Up @@ -104,7 +105,7 @@ class AppExport DocumentObjectT
template<typename T>
inline T* getObjectAs() const
{
return freecad_dynamic_cast<T>(getObject());
return Base::freecad_dynamic_cast<T>(getObject());
}

private:
Expand Down

0 comments on commit 9bb0e7f

Please sign in to comment.