mirror of
				https://github.com/taglib/taglib.git
				synced 2025-11-03 16:26:18 -05:00 
			
		
		
		
	CVS_SILENT another nitpick
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@299843 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
		@ -38,15 +38,15 @@ public:
 | 
			
		||||
// public members
 | 
			
		||||
////////////////////////////////////////////////////////////////////////////////
 | 
			
		||||
 | 
			
		||||
TextIdentificationFrame::TextIdentificationFrame(const ByteVector &type, String::Type encoding)
 | 
			
		||||
    : Frame(type)
 | 
			
		||||
TextIdentificationFrame::TextIdentificationFrame(const ByteVector &type, String::Type encoding) :
 | 
			
		||||
  Frame(type)
 | 
			
		||||
{
 | 
			
		||||
  d = new TextIdentificationFramePrivate;
 | 
			
		||||
  d->textEncoding = encoding;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
TextIdentificationFrame::TextIdentificationFrame(const ByteVector &data)
 | 
			
		||||
    : Frame(data)
 | 
			
		||||
TextIdentificationFrame::TextIdentificationFrame(const ByteVector &data) :
 | 
			
		||||
  Frame(data)
 | 
			
		||||
{
 | 
			
		||||
  d = new TextIdentificationFramePrivate;
 | 
			
		||||
  setData(data);
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user