* Missed that when cleaning up the style.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29980 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -28,8 +28,8 @@ public:
|
|||||||
DoublyLinkedListLink() : next(NULL), previous(NULL) {}
|
DoublyLinkedListLink() : next(NULL), previous(NULL) {}
|
||||||
~DoublyLinkedListLink() {}
|
~DoublyLinkedListLink() {}
|
||||||
|
|
||||||
Element *next;
|
Element* next;
|
||||||
Element *previous;
|
Element* previous;
|
||||||
};
|
};
|
||||||
|
|
||||||
// DoublyLinkedListLinkImpl
|
// DoublyLinkedListLinkImpl
|
||||||
|
|||||||
Reference in New Issue
Block a user