Skip to content

Commit

Permalink
libdeng2: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Apr 19, 2013
1 parent 8a5d122 commit f4676e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion doomsday/libdeng2/include/de/DependAssets

This file was deleted.

2 changes: 1 addition & 1 deletion doomsday/libdeng2/src/data/reader.cpp
Expand Up @@ -196,7 +196,7 @@ DENG2_PIMPL_NOREF(Reader)
}
};

Reader::Reader(const Reader &other) : d(new Instance(*other.d))
Reader::Reader(Reader const &other) : d(new Instance(*other.d))
{}

Reader::Reader(IByteArray const &source, ByteOrder const &byteOrder, IByteArray::Offset offset)
Expand Down

0 comments on commit f4676e2

Please sign in to comment.