[gnote] Fix compiler warning with C++11
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Fix compiler warning with C++11
- Date: Sun, 14 Jul 2013 18:39:25 +0000 (UTC)
commit ca96872c803faeb7278e0ea7bf0c477b53c964be
Author: Aurimas Černius <aurisc4 gmail com>
Date: Sun Jul 14 21:36:58 2013 +0300
Fix compiler warning with C++11
src/addinmanager.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/addinmanager.cpp b/src/addinmanager.cpp
index 8b99459..b5001a1 100644
--- a/src/addinmanager.cpp
+++ b/src/addinmanager.cpp
@@ -230,7 +230,7 @@ namespace gnote {
REGISTER_APP_ADDIN(notebooks::NotebookApplicationAddin);
- std::string global_path = LIBDIR"/"PACKAGE_NAME"/addins/"PACKAGE_VERSION;
+ std::string global_path = LIBDIR "/" PACKAGE_NAME "/addins/" PACKAGE_VERSION;
std::string local_path = m_gnote_conf_dir + "/addins";
load_addin_infos(global_path, local_path);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]