Skip to content

Commit 0cdbfa0

Browse files
committed
[FIX] : fix warnings
1 parent 295abcc commit 0cdbfa0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ImGuiFileDialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3169,6 +3169,7 @@ bool IGFD::PlacesFeature::GroupStruct::AddPlace(const std::string& vPlaceName, c
31693169
place.canBeSaved = vCanBeSaved;
31703170
place.style = vStyle;
31713171
places.push_back(place);
3172+
return true;
31723173
}
31733174

31743175
bool IGFD::PlacesFeature::GroupStruct::RemovePlace(const std::string& vPlaceName) {

0 commit comments

Comments
 (0)