diff --git a/headers/os/storage/FilePanel.h b/headers/os/storage/FilePanel.h index f6a0e34998..32c60b5bb4 100644 --- a/headers/os/storage/FilePanel.h +++ b/headers/os/storage/FilePanel.h @@ -18,7 +18,7 @@ struct stat; class BRefFilter { public: -#if (GCC_VERSION >= 3000) +#if __GNUC__ > 2 virtual ~BRefFilter() {}; #endif virtual bool Filter(const entry_ref* ref, BNode* node,