From 757dc479e47555a6b0530b8d665ac1e6aeb52e25 Mon Sep 17 00:00:00 2001
From: Nemirtingas <nanaki89@hotmail.fr>
Date: Fri, 16 Aug 2019 19:32:32 +0200
Subject: [PATCH] Removed inline

---
 overlay_experimental/OpenGL_Hook.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/overlay_experimental/OpenGL_Hook.h b/overlay_experimental/OpenGL_Hook.h
index bae017c..f6e2a9f 100644
--- a/overlay_experimental/OpenGL_Hook.h
+++ b/overlay_experimental/OpenGL_Hook.h
@@ -37,7 +37,7 @@ private:
 
 public:
     bool start_hook();
-    inline static OpenGL_Hook* Inst();
+    static OpenGL_Hook* Inst();
 };
 
 #endif//NO_OVERLAY