diff options
author | Michele Calgaro <[email protected]> | 2024-04-11 23:27:02 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-04-12 09:11:21 +0900 |
commit | 288434b1cb685ef9dad5afbd06cfc9ec84dd5382 (patch) | |
tree | 578d25894410b54bc5bd36be52856e47fa8770ee | |
parent | 9ee916104e8722573fb750160abf17d6346a7c91 (diff) | |
download | smb4k-288434b1cb685ef9dad5afbd06cfc9ec84dd5382.tar.gz smb4k-288434b1cb685ef9dad5afbd06cfc9ec84dd5382.zip |
Fix FTBFS caused by wrong order of attributes in namespace. This resolves issue #18r14.1.2
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit b903f9fe2fb509be9c037c85e12f82519099f9b3)
-rw-r--r-- | smb4k/core/smb4tdeglobal.h | 2 |
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 <[email protected]> */ -namespace KDE_EXPORT Smb4TDEGlobal +namespace Smb4TDEGlobal KDE_EXPORT { /** * This returns the pointer to the global timer for the application. |