Skip to content

Commit 3160f43

Browse files
committed
Add space between closing > > brackets for compatability
1 parent 9a1ef42 commit 3160f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AudioFile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class AudioFile
8383
public:
8484

8585
//=============================================================
86-
typedef std::vector<std::vector<T>> AudioBuffer;
86+
typedef std::vector<std::vector<T> > AudioBuffer;
8787

8888
//=============================================================
8989
/** Constructor */

0 commit comments

Comments
 (0)