mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-11 07:56:27 +01:00
glib only allows <glib.h> these days; typedef enum in C++ code is redundant
This commit is contained in:
parent
007e6bb15b
commit
f8ec1d1f27
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@
|
|||
#define __platform_fallback_folders_h__
|
||||
|
||||
#include <pbd/msvc_pbd.h>
|
||||
#include <glib/gtypes.h>
|
||||
#include <glib.h>
|
||||
|
||||
#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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue