From 0eef448fe1b4dedf83da4a9e58dd59d064a01a79 Mon Sep 17 00:00:00 2001
From: spick <pick@vr.rwth-aachen.de>
Date: Fri, 2 Dec 2016 15:32:46 +0100
Subject: [PATCH] Fixed a type in a statement.

---
 VistaCoreLibs/VistaAspects/VistaObserver.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VistaCoreLibs/VistaAspects/VistaObserver.h b/VistaCoreLibs/VistaAspects/VistaObserver.h
index ecb6d2146..8b575da50 100644
--- a/VistaCoreLibs/VistaAspects/VistaObserver.h
+++ b/VistaCoreLibs/VistaAspects/VistaObserver.h
@@ -164,7 +164,7 @@ private:
 class VISTAASPECTSAPI VistaSimpleObserver : public IVistaObserver
 {
 public:
-	std::function< void( IVistaObserveable*, int, int ) > ObserverUpdateFunc;
+	typedef std::function< void( IVistaObserveable*, int, int ) > ObserverUpdateFunc;
 
 public:
 	VistaSimpleObserver( ObserverUpdateFunc fnObserverUpdate );
-- 
GitLab