mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-23 06:23:49 +02:00
lib-strings: Make hashing compatible with wx3.0
3.0 doesn't have direct wxString hash support yet, so lift an earlier version of this from the history, which was used in TranslatableString.h before and use it again. wxWidgets version is slightly different though. Signed-off-by: Mart Raudsepp <leio@gentoo.org>
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
class Identifier;
|
||||
|
||||
#include <vector>
|
||||
#include "Identifier.h"
|
||||
|
||||
//! Holds a msgid for the translation catalog; may also bind format arguments
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user