From b9f0c259e3a118f82b758b462e5d1d06d86099e7 Mon Sep 17 00:00:00 2001 From: brunoherbelin Date: Sun, 13 Sep 2020 12:23:43 +0200 Subject: [PATCH] OSX compile --- RenderingManager.cpp | 2 +- View.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RenderingManager.cpp b/RenderingManager.cpp index bd79457..2ee9c43 100644 --- a/RenderingManager.cpp +++ b/RenderingManager.cpp @@ -29,7 +29,7 @@ #include #ifdef GLFW_EXPOSE_NATIVE_COCOA -#include +//#include #endif #ifdef GLFW_EXPOSE_NATIVE_GLX #include diff --git a/View.h b/View.h index 1cf044a..6f5e1e8 100644 --- a/View.h +++ b/View.h @@ -145,7 +145,7 @@ public: Cursor grab (Source *s, glm::vec2 from, glm::vec2 to, std::pair pick) override; // Cursor over (Source *s, glm::vec2 pos, std::pair pick) override; Cursor drag (glm::vec2, glm::vec2) override; - void terminate(); + void terminate() override; private: Node *overlay_position_;