diff --git a/include/wx/confbase.h b/include/wx/confbase.h index 2ce903fec7..1b51cae526 100644 --- a/include/wx/confbase.h +++ b/include/wx/confbase.h @@ -222,7 +222,7 @@ public: protected: static bool IsImmutable(const wxString& key) - { return key[0] == wxCONFIG_IMMUTABLE_PREFIX; } + { return key[0u] == wxCONFIG_IMMUTABLE_PREFIX; } private: // are we doing automatic environment variable expansion?