diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-06-10 16:42:09 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-06-10 16:42:09 +0200 |
| commit | 8d43caadcc0c659f15feadfb5c7575c08eb4c1b6 (patch) | |
| tree | 9129ec2567d98d3303677327b1c3acc0eb560594 /src/slack-timedate.h | |
| parent | ed6c87638f68331fece92aef4646ee6544eb6d41 (diff) | |
| download | slack-timedate-8d43caadcc0c659f15feadfb5c7575c08eb4c1b6.tar.gz | |
Use glibmm API for variants
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 { |
