[Kernel] Make XObject type() const.
This commit is contained in:
@@ -134,7 +134,7 @@ class XObject {
|
||||
KernelState* kernel_state() const;
|
||||
Memory* memory() const;
|
||||
|
||||
Type type();
|
||||
Type type() const;
|
||||
|
||||
// Returns the primary handle of this object.
|
||||
X_HANDLE handle() const { return handles_[0]; }
|
||||
|
||||
Reference in New Issue
Block a user