Finished code for globals, but something's not working with client/server
This commit is contained in:
@@ -59,7 +59,7 @@ void Invocation::deserialize(StreamBuffer *sb) {
|
||||
data_.deserialize(sb);
|
||||
}
|
||||
|
||||
eng::string Invocation::debug_string() {
|
||||
eng::string Invocation::debug_string() const {
|
||||
eng::ostringstream oss;
|
||||
oss << "inv[";
|
||||
switch (kind_) {
|
||||
|
||||
Reference in New Issue
Block a user