Rename scheme.h/cpp to match class name

This commit is contained in:
Oliver Hamlet
2016-07-13 20:47:22 +01:00
parent 083adb2b9e
commit fbc0b6e66f
4 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -209,14 +209,14 @@ set (LOOT_GUI_SRC ${LOOT_SRC}
"${CMAKE_SOURCE_DIR}/src/gui/handler.cpp"
"${CMAKE_SOURCE_DIR}/src/gui/loot_handler.cpp"
"${CMAKE_SOURCE_DIR}/src/gui/loot_app.cpp"
"${CMAKE_SOURCE_DIR}/src/gui/scheme.cpp"
"${CMAKE_SOURCE_DIR}/src/gui/loot_scheme_handler_factory.cpp"
"${CMAKE_SOURCE_DIR}/src/resource.rc")
set (LOOT_GUI_HEADERS ${LOOT_HEADERS}
"${CMAKE_SOURCE_DIR}/src/gui/handler.h"
"${CMAKE_SOURCE_DIR}/src/gui/loot_handler.h"
"${CMAKE_SOURCE_DIR}/src/gui/loot_app.h"
"${CMAKE_SOURCE_DIR}/src/gui/scheme.h"
"${CMAKE_SOURCE_DIR}/src/gui/loot_scheme_handler_factory.h"
"${CMAKE_SOURCE_DIR}/src/gui/resource.h")
set (LOOT_API_SRC ${LOOT_SRC}
@@ -318,7 +318,7 @@ include_directories ("${CMAKE_SOURCE_DIR}/src"
# System-Specific Settings
##############################
# If building on Travis, define BOOST_NO_CXX11_SCOPED_ENUMS to avoid
# If building on Travis, define BOOST_NO_CXX11_SCOPED_ENUMS to avoid
# boost::filesystem::copy_file() linking errors due to mismatched C++ runtimes
# between Boost and LOOT.
IF ($ENV{TRAVIS})
+1 -1
View File
@@ -24,7 +24,7 @@
#include "loot_app.h"
#include "loot_handler.h"
#include "scheme.h"
#include "loot_scheme_handler_factory.h"
#include "../backend/app/loot_paths.h"
#include "../backend/helpers/helpers.h"
@@ -22,7 +22,7 @@ along with LOOT. If not, see
<http://www.gnu.org/licenses/>.
*/
#include "scheme.h"
#include "loot_scheme_handler_factory.h"
#include "backend/app/loot_paths.h"
@@ -22,8 +22,8 @@ along with LOOT. If not, see
<http://www.gnu.org/licenses/>.
*/
#ifndef __LOOT_GUI_SCHEME_HANDLER__
#define __LOOT_GUI_SCHEME_HANDLER__
#ifndef LOOT_GUI_LOOT_SCHEME_HANDLER_FACTORY
#define LOOT_GUI_LOOT_SCHEME_HANDLER_FACTORY
#include <include/cef_base.h>
#include <include/cef_scheme.h>