summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-04-11 23:27:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-04-11 23:27:02 +0900
commitb903f9fe2fb509be9c037c85e12f82519099f9b3 (patch)
treedec8f29a75b72de61546f393f11db208d0bea3c1
parentcb4c5cd75f2943ecd2f599862183baa2f3d0964a (diff)
downloadsmb4k-master.tar.gz
smb4k-master.zip
Fix FTBFS caused by wrong order of attributes in namespace. This resolves issue #18HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--smb4k/core/smb4tdeglobal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/smb4k/core/smb4tdeglobal.h b/smb4k/core/smb4tdeglobal.h
index dd5dbe1..aaa5762 100644
--- a/smb4k/core/smb4tdeglobal.h
+++ b/smb4k/core/smb4tdeglobal.h
@@ -43,7 +43,7 @@ class Smb4KHomesSharesHandler;
* @author Alexander Reinholdt <dustpuppy@users.berlios.de>
*/
-namespace KDE_EXPORT Smb4TDEGlobal
+namespace Smb4TDEGlobal KDE_EXPORT
{
/**
* This returns the pointer to the global timer for the application.