changeset 29236:9b1ccd094d1b

Set API tag in file in libgui (patch #8919). * liboctgui-build-info.h: Add API tag to undefined function in header.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 29 Dec 2020 18:25:24 +0100
parents d16d73a050b2
children 1af06a145d40
files libgui/liboctgui-build-info.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/liboctgui-build-info.h	Tue Dec 29 18:23:42 2020 +0100
+++ b/libgui/liboctgui-build-info.h	Tue Dec 29 18:25:24 2020 +0100
@@ -32,6 +32,6 @@
 
 #include <string>
 
-extern std::string liboctgui_hg_id (void);
+extern OCTGUI_API std::string liboctgui_hg_id (void);
 
 #endif