Removed redundant void.

This commit is contained in:
Jim Evins
2017-12-29 20:35:41 -05:00
parent 0edea79495
commit 7a8159c554
+1 -1
View File
@@ -69,7 +69,7 @@ namespace glabels
QString source() const; QString source() const;
void setSource( const QString& source ); void setSource( const QString& source );
const QList<Record*>& recordList( void ) const; const QList<Record*>& recordList( ) const;
///////////////////////////////// /////////////////////////////////