diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-10-28 04:19:05 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-10-28 04:19:05 -0400 |
commit | d950460e149d78962508f221c5e81717798cb228 (patch) | |
tree | 496c478e4b65a070eefe5e985b246e4c0a08af59 /discord/store.hpp | |
parent | 2c2686946d3a9364399fb9c24733ed31383cd94f (diff) | |
download | abaddon-portaudio-d950460e149d78962508f221c5e81717798cb228.tar.gz abaddon-portaudio-d950460e149d78962508f221c5e81717798cb228.zip |
try to fix some more compilation errors/warnings
Diffstat (limited to 'discord/store.hpp')
-rw-r--r-- | discord/store.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/store.hpp b/discord/store.hpp index 7bb1af1..b30d4f4 100644 --- a/discord/store.hpp +++ b/discord/store.hpp @@ -103,6 +103,7 @@ private: int Bind(int index, int32_t num); int Bind(int index, uint32_t num); int Bind(int index, size_t num); + int Bind(int index, Snowflake id); int Bind(int index, const char *str, size_t len = -1); int Bind(int index, const std::string &str); int Bind(int index, bool val); |