From b903f9fe2fb509be9c037c85e12f82519099f9b3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 11 Apr 2024 23:27:02 +0900 Subject: [PATCH] Fix FTBFS caused by wrong order of attributes in namespace. This resolves issue #18 Signed-off-by: Michele Calgaro --- smb4k/core/smb4tdeglobal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -namespace KDE_EXPORT Smb4TDEGlobal +namespace Smb4TDEGlobal KDE_EXPORT { /** * This returns the pointer to the global timer for the application.