projects
/
icinga2
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dd886e
)
Another Windows build fix
author
Gunnar Beutner
<gunnar.beutner@netways.de>
Wed, 10 Sep 2014 13:45:47 +0000
(15:45 +0200)
committer
Gunnar Beutner
<gunnar.beutner@netways.de>
Wed, 10 Sep 2014 13:45:47 +0000
(15:45 +0200)
lib/base/debuginfo.hpp
patch
|
blob
|
history
diff --git
a/lib/base/debuginfo.hpp
b/lib/base/debuginfo.hpp
index 9162fb9687cffc058746e0c1340b4418427ad81a..42aeffe1c69a8e3b463b10bcfcf7610da78e35f4 100644
(file)
--- a/
lib/base/debuginfo.hpp
+++ b/
lib/base/debuginfo.hpp
@@
-70,7
+70,7
@@
I2_BASE_API void ShowCodeFragment(std::ostream& out, const DebugInfo& di, bool v
struct errinfo_debuginfo_;
typedef boost::error_info<struct errinfo_debuginfo_, DebugInfo> errinfo_debuginfo;
-std::string to_string(const errinfo_debuginfo& e);
+
I2_BASE_API
std::string to_string(const errinfo_debuginfo& e);
}