Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a9a9e40

Browse files
committed
Fix const missing in VDeleter code
1 parent e14726c commit a9a9e40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

03_Drawing_a_triangle/00_Setup/00_Base_code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public:
133133
return &object;
134134
}
135135

136-
operator T() {
136+
operator T() const {
137137
return object;
138138
}
139139

0 commit comments

Comments
 (0)