mirror of
https://github.com/FirestormViewer/phoenix-firestorm.git
synced 2026-08-14 08:53:53 +00:00
Add missing override keyword after AO refactoring
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ class FloaterAO
|
||||
void updateAnimationList();
|
||||
|
||||
bool handleDragAndDrop(S32 x, S32 y, MASK mask, bool drop, EDragAndDropType cargo_type, void* cargo_data,
|
||||
EAcceptance* accept, std::string& tooltip_msg);
|
||||
EAcceptance* accept, std::string& tooltip_msg) override;
|
||||
|
||||
protected:
|
||||
LLScrollListItem* addAnimation(const std::string& name);
|
||||
|
||||
Reference in New Issue
Block a user