From 382016d4d7fcee2787c4e9754aad1bfe127ea82c Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Thu, 3 Dec 2015 15:53:55 -1000 Subject: [PATCH] Fixed function sigs --- specter/lib/View.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specter/lib/View.cpp b/specter/lib/View.cpp index 7fd39f1f4..e6524d354 100644 --- a/specter/lib/View.cpp +++ b/specter/lib/View.cpp @@ -79,7 +79,7 @@ void View::Resources::init(boo::GLDataFactory* factory, const ThemeData& theme) #if _WIN32 -void View::Resources::init(boo::ID3DDataFactory* factory) +void View::Resources::init(boo::ID3DDataFactory* factory, const ThemeData& theme) { static const char* SolidVS = "struct VertData\n" @@ -176,7 +176,7 @@ void View::Resources::init(boo::ID3DDataFactory* factory) #elif BOO_HAS_METAL -void View::Resources::init(boo::MetalDataFactory* factory) +void View::Resources::init(boo::MetalDataFactory* factory, const ThemeData& theme) { static const char* SolidVS = "#include \n"