diff options
Diffstat (limited to 'src/slack-timedate.h')
| -rw-r--r-- | src/slack-timedate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slack-timedate.h b/src/slack-timedate.h index babc62f..2d4ffd3 100644 --- a/src/slack-timedate.h +++ b/src/slack-timedate.h @@ -73,7 +73,7 @@ namespace dlackware::timedate // Sets the system time zone to the one passed by the argument // Returns true on success, false otherwise - bool set_timezone(gchar *, std::error_code& ec); + bool set_timezone(const Glib::ustring& zone, std::error_code& ec); class timedate1 { |
