Skip to content

Commit dffc090

Browse files
committed
oops
1 parent b12f949 commit dffc090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hdr/sqlite_modern_cpp/type_wrapper.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ namespace sqlite
4545
#else
4646
namespace sqlite
4747
{
48-
typedef const std::string& sqlite::str_ref;
49-
typedef const std::u16string& sqlite::u16str_ref;
48+
typedef const std::string& str_ref;
49+
typedef const std::u16string& u16str_ref;
5050
}
5151
#endif
5252
#include <sqlite3.h>

0 commit comments

Comments
 (0)