While I'm at it fix tiny style issue I missed
This commit is contained in:
parent
5efee6dfb0
commit
8d39283b71
@ -18,7 +18,7 @@ struct entry_ref;
|
||||
struct node_ref {
|
||||
node_ref();
|
||||
node_ref(dev_t device, ino_t node);
|
||||
node_ref(const node_ref &other);
|
||||
node_ref(const node_ref& other);
|
||||
|
||||
bool operator==(const node_ref& other) const;
|
||||
bool operator!=(const node_ref& other) const;
|
||||
|
Loading…
Reference in New Issue
Block a user