oops
This commit is contained in:
parent
bbf32bd0f2
commit
8809421181
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
#include "weather.hpp"
|
#include "weather.hpp"
|
||||||
|
|
||||||
using util::error::DracError;
|
using util::error::DracError;
|
||||||
using util::types::String, util::types::Array, util::types::Option, util::types::Result;
|
using util::types::CStr, util::types::String, util::types::Array, util::types::Option, util::types::Result;
|
||||||
|
|
||||||
/// Alias for the location type used in Weather config, can be a city name (String) or coordinates (Coords).
|
/// Alias for the location type used in Weather config, can be a city name (String) or coordinates (Coords).
|
||||||
using Location = std::variant<String, weather::Coords>;
|
using Location = std::variant<String, weather::Coords>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue