From 438ea4087895e6997dfe00366f45b10d5b6738e4 Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Sat, 2 Nov 2013 23:26:19 -0400 Subject: [PATCH] Include TODO comment in Db constructor. --- libglabels/Db.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libglabels/Db.cpp b/libglabels/Db.cpp index a364b1a..916efd1 100644 --- a/libglabels/Db.cpp +++ b/libglabels/Db.cpp @@ -38,6 +38,7 @@ namespace libglabels Db::Db() { + // TODO }