Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 1, 2019
1 parent 173064f commit 831163c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doomsday/sdk/libcore/include/de/filesys/linkfile.h
Expand Up @@ -75,14 +75,14 @@ class DENG2_PUBLIC LinkFile : public File
*/
bool isBroken() const;

String describe() const;
String describe() const override;

// Stream access:
IIStream const &operator >> (IByteArray &bytes) const override;

// filesys::Node overrides:
Node const *tryFollowPath(PathRef const &path) const;
Node const *tryGetChild(String const &name) const;
Node const *tryFollowPath(PathRef const &path) const override;
Node const *tryGetChild(String const &name) const override;

public:
/**
Expand Down

0 comments on commit 831163c

Please sign in to comment.