Attempt to placate evil spirits.

This commit is contained in:
arcum42 2018-08-24 18:57:32 -07:00
parent 10ac426fd5
commit 33db759a77
3 changed files with 4 additions and 4 deletions

View File

@ -92,7 +92,7 @@ namespace SoundtouchCfg
void ReadSettings(); void ReadSettings();
void WriteSettings(); void WriteSettings();
void DisplayDialog(); void DisplayDialog();
}; }; // namespace SoundtouchCfg
void ReadSettings(); void ReadSettings();
void WriteSettings(); void WriteSettings();

View File

@ -221,7 +221,7 @@ void DisplayDialog()
msg_frame = gtk_frame_new("Message/Log Options"); msg_frame = gtk_frame_new("Message/Log Options");
gtk_container_add(GTK_CONTAINER(msg_frame), msg_box); gtk_container_add(GTK_CONTAINER(msg_frame), msg_box);
// Log Section // Log Section
#if GTK_MAJOR_VERSION < 3 #if GTK_MAJOR_VERSION < 3
log_box = gtk_vbox_new(false, 5); log_box = gtk_vbox_new(false, 5);
#else #else
@ -243,7 +243,7 @@ void DisplayDialog()
log_frame = gtk_frame_new("Log Options"); log_frame = gtk_frame_new("Log Options");
gtk_container_add(GTK_CONTAINER(log_frame), log_box); gtk_container_add(GTK_CONTAINER(log_frame), log_box);
// Dump Section // Dump Section
#if GTK_MAJOR_VERSION < 3 #if GTK_MAJOR_VERSION < 3
dump_box = gtk_vbox_new(false, 5); dump_box = gtk_vbox_new(false, 5);
#else #else

View File

@ -26,7 +26,7 @@ namespace DebugConfig
extern void ReadSettings(); extern void ReadSettings();
extern void WriteSettings(); extern void WriteSettings();
extern void DisplayDialog(); extern void DisplayDialog();
} } // namespace DebugConfig
extern void CfgSetSettingsDir(const char *dir); extern void CfgSetSettingsDir(const char *dir);
extern void CfgSetLogDir(const char *dir); extern void CfgSetLogDir(const char *dir);