BQuery: Make SetFlags() behave like other Set..() methods & add documentation.

This commit is contained in:
Augustin Cavalier
2025-05-01 12:36:43 -04:00
parent 77bb094872
commit e702bf57be
3 changed files with 28 additions and 3 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ public:
status_t SetVolume(const BVolume* volume);
status_t SetPredicate(const char* expression);
status_t SetTarget(BMessenger messenger);
void SetFlags(uint32 flags);
status_t SetFlags(uint32 flags);
bool IsLive() const;