Skip to content
Snippets Groups Projects
Commit cea9aadb authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Make File.h a header-only class

parent 3dc72d18
No related branches found
No related tags found
No related merge requests found
/**
* @date Tue Oct 25 23:25:46 2011 +0200
* @author Andre Anjos <andre.anjos@idiap.ch>
*
* Copyright (C) Idiap Research Institute, Martigny, Switzerland
*/
#include <bob.io.base/File.h>
bob::io::base::File::~File() { }
......@@ -25,7 +25,7 @@ namespace bob { namespace io { namespace base {
public: //abstract API
virtual ~File();
virtual ~File() {};
/**
* The filename this array codec current points to
......
......@@ -170,7 +170,6 @@ setup(
[
"bob/io/base/cpp/CodecRegistry.cpp",
"bob/io/base/cpp/CSVFile.cpp",
"bob/io/base/cpp/File.cpp",
"bob/io/base/cpp/HDF5ArrayFile.cpp",
"bob/io/base/cpp/HDF5Attribute.cpp",
"bob/io/base/cpp/HDF5Dataset.cpp",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment