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 WriteSettings();
void DisplayDialog();
};
}; // namespace SoundtouchCfg
void ReadSettings();
void WriteSettings();

View File

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

View File

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