mirror of
https://github.com/FirestormViewer/phoenix-firestorm.git
synced 2026-08-14 00:48:30 +00:00
Add missing override in omnifilter
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
||||
LLScrollListItem* addNeedle(const std::string& name, const OmnifilterEngine::Needle& needle);
|
||||
// Supports Notecard drag and drop for importing.
|
||||
bool handleDragAndDrop(S32 x, S32 y, MASK mask, bool drop, EDragAndDropType cargo_type, void* cargo_data, EAcceptance* accept,
|
||||
std::string& tooltip_msg);
|
||||
std::string& tooltip_msg) override;
|
||||
|
||||
protected:
|
||||
OmnifilterEngine::Needle* getSelectedNeedle();
|
||||
|
||||
Reference in New Issue
Block a user