Correct the name used in the header identifier

This commit is contained in:
Justin Azoff 2015-06-24 12:26:54 -04:00
parent 368c1463ab
commit 5c060f302e

View file

@ -1,7 +1,7 @@
// See the file "COPYING" in the main distribution directory for copyright.
#ifndef INPUT_READERS_POSTGRES_H
#define INPUT_READERS_POSTGRES_H
#ifndef INPUT_READERS_SQLITE_H
#define INPUT_READERS_SQLITE_H
#include "config.h"
@ -50,5 +50,5 @@ private:
}
}
#endif /* INPUT_READERS_POSTGRES_H */
#endif /* INPUT_READERS_SQLITE_H */