While I'm at it fix tiny style issue I missed

This commit is contained in:
John Scipione 2014-06-18 21:01:16 -04:00
parent 5efee6dfb0
commit 8d39283b71

View File

@ -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;