mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-03-23 20:31:00 +08:00
ggwave-gui : fix build
This commit is contained in:
@@ -31,6 +31,13 @@ void interface_shareFile(
|
||||
}
|
||||
}
|
||||
|
||||
void interface_openFile(
|
||||
const char * ,
|
||||
const char * ,
|
||||
const char * ,
|
||||
size_t ) {
|
||||
}
|
||||
|
||||
void interface_deleteFile(
|
||||
const char * ,
|
||||
const char * ) {
|
||||
|
||||
@@ -343,7 +343,7 @@ public:
|
||||
#if defined(__has_cpp_attribute)
|
||||
#if __has_cpp_attribute(deprecated)
|
||||
// Backwards compatibility
|
||||
[[deprecated("Use pfd::opt::multiselect instead of allow_multiselect")]]
|
||||
//[[deprecated("Use pfd::opt::multiselect instead of allow_multiselect")]]
|
||||
#endif
|
||||
#endif
|
||||
open_file(std::string const &title,
|
||||
@@ -365,7 +365,7 @@ public:
|
||||
#if defined(__has_cpp_attribute)
|
||||
#if __has_cpp_attribute(deprecated)
|
||||
// Backwards compatibility
|
||||
[[deprecated("Use pfd::opt::force_overwrite instead of confirm_overwrite")]]
|
||||
//[[deprecated("Use pfd::opt::force_overwrite instead of confirm_overwrite")]]
|
||||
#endif
|
||||
#endif
|
||||
save_file(std::string const &title,
|
||||
|
||||
Reference in New Issue
Block a user