Skip to content

Commit 5bcac0b

Browse files
Update README.md
1 parent a226006 commit 5bcac0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ SQLiteClassBuilder createMyClasses(
4646
* using Double = double;
4747
* using Blob = std::shared_ptr<std::vector<Tinyint> >;
4848
* using Clob = std::shared_ptr< std::basic_string<unsigned char> >;
49-
* using Nchar = std::wstring;
50-
* using Nvarchar = std::wstring;
49+
* using Nchar = **std::wstring**;
50+
* using Nvarchar = **std::wstring**;
5151
* using Character = std::string;
5252
* using Varchar = std::string;
5353
* Automatically populate the Table class with associated table

0 commit comments

Comments
 (0)