From f8ec1d1f27c08c6d186f048f73630ca8ce25574a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 27 Feb 2014 09:23:07 -0500 Subject: [PATCH] glib only allows these days; typedef enum in C++ code is redundant --- libs/pbd/pbd/fallback_folders.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/pbd/pbd/fallback_folders.h b/libs/pbd/pbd/fallback_folders.h index db8992db6d..e75cd8c33e 100644 --- a/libs/pbd/pbd/fallback_folders.h +++ b/libs/pbd/pbd/fallback_folders.h @@ -20,7 +20,7 @@ #define __platform_fallback_folders_h__ #include -#include +#include #ifdef PLATFORM_WINDOWS // Would not be relevant for Cygwin!! LIBPBD_API gchar* PBD_APICALLTYPE get_win_special_folder (int csidl); @@ -28,7 +28,7 @@ namespace PBD { - typedef enum fallback_folder_t { + enum fallback_folder_t { FOLDER_LOCALE, FOLDER_GTK, FOLDER_CONFIG,