We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a94caf commit 7cfcf93Copy full SHA for 7cfcf93
database/src/desktop/data_snapshot_desktop.cc
@@ -123,7 +123,7 @@ Variant DataSnapshotInternal::GetValue() const {
123
return result;
124
}
125
126
-Variant DataSnapshotInternal::GetPriority() {
+Variant DataSnapshotInternal::GetPriority() const {
127
return GetVariantPriority(data_);
128
129
database/src/desktop/data_snapshot_desktop.h
@@ -81,7 +81,7 @@ class DataSnapshotInternal {
81
Variant GetValue() const;
82
83
// Get the priority of the data contained in this snapshot.
84
- Variant GetPriority();
+ Variant GetPriority() const;
85
86
// Obtain a DatabaseReference to the source location for this snapshot.
87
//
0 commit comments