mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Rename scheme.h/cpp to match class name
This commit is contained in:
+3
-3
@@ -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})
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user