Skip to content

Commit

Permalink
Update src/app/clusters/scenes/SceneTable.h
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
  • Loading branch information
2 people authored and pull[bot] committed Jul 12, 2023
1 parent 272464a commit 1024513
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/clusters/scenes/SceneTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@ class SceneTable
// Iterators
using SceneEntryIterator = CommonIterator<SceneTableEntry>;

virtual SceneEntryIterator * IterateSceneEntry(FabricIndex fabric_index) = 0;
virtual SceneEntryIterator * IterateSceneEntries(FabricIndex fabric_index) = 0;


// Handlers
virtual bool HandlerListEmpty() { return (mNumHandlers == 0); }
Expand Down

0 comments on commit 1024513

Please sign in to comment.