mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
The new client can (lazily) read disks now, although nothing's actually done
with the result.
This commit is contained in:
@@ -67,6 +67,7 @@ public:
|
||||
_value(defaultValue)
|
||||
{}
|
||||
|
||||
T value() const { return _value; }
|
||||
operator T() const { return _value; }
|
||||
|
||||
bool hasArgument() const { return true; }
|
||||
|
||||
Reference in New Issue
Block a user