Skip to content

Commit

Permalink
Fix compilation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
levlam committed Mar 8, 2024
1 parent b3b63bb commit b1b33cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion td/telegram/DialogLocation.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class DialogLocation {

td_api::object_ptr<td_api::chatLocation> get_chat_location_object() const;

td_api::object_ptr<td_api::businessLocation> DialogLocation::get_business_location_object() const;
td_api::object_ptr<td_api::businessLocation> get_business_location_object() const;

telegram_api::object_ptr<telegram_api::InputGeoPoint> get_input_geo_point() const;

Expand Down

0 comments on commit b1b33cf

Please sign in to comment.