minor comments

This commit is contained in:
Josh Coalson
2002-05-29 05:53:57 +00:00
parent 1655604813
commit 5ac8bd1cda
2 changed files with 2 additions and 1 deletions

View File

@@ -67,7 +67,7 @@ namespace FLAC {
FLAC__MetaDataType get_type() const; FLAC__MetaDataType get_type() const;
unsigned get_length() const; // NOTE: does not include the header, per spec unsigned get_length() const; // NOTE: does not include the header, per spec
private: private:
Prototype(); // Private and undefined so use can't use it Prototype(); // Private and undefined so you can't use it
// These are used only by Iterator // These are used only by Iterator
bool is_reference_; bool is_reference_;

View File

@@ -34,6 +34,7 @@ endif
SUBDIRS = $(ARCH_SUBDIRS) include . SUBDIRS = $(ARCH_SUBDIRS) include .
#@@@@ fix this
libFLAC_la_LDFLAGS = -version-info 2:1:1 libFLAC_la_LDFLAGS = -version-info 2:1:1
libFLAC_la_SOURCES = \ libFLAC_la_SOURCES = \