Skip to content
Snippets Groups Projects
Commit 0eef448f authored by spick's avatar spick
Browse files

Fixed a type in a statement.

parent 87f4eafa
No related branches found
No related tags found
1 merge request!25Feature/vista default observer
...@@ -164,7 +164,7 @@ private: ...@@ -164,7 +164,7 @@ private:
class VISTAASPECTSAPI VistaSimpleObserver : public IVistaObserver class VISTAASPECTSAPI VistaSimpleObserver : public IVistaObserver
{ {
public: public:
std::function< void( IVistaObserveable*, int, int ) > ObserverUpdateFunc; typedef std::function< void( IVistaObserveable*, int, int ) > ObserverUpdateFunc;
public: public:
VistaSimpleObserver( ObserverUpdateFunc fnObserverUpdate ); VistaSimpleObserver( ObserverUpdateFunc fnObserverUpdate );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment