diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/plugins.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/plugins.h b/base/plugins.h index 976e606a8b..22b2877a6f 100644 --- a/base/plugins.h +++ b/base/plugins.h @@ -33,8 +33,8 @@ #include "backends/plugins/elf/version.h" namespace Common { - class FSList; - class FSNode; +class FSList; +class FSNode; } |