]> git.tdb.fi Git - libs/al.git/blobdiff - source/sound.h
Whitespace and member ordering adjustments
[libs/al.git] / source / sound.h
index bbc64e2d3978685dbc3720b947abf808ec9c2cc4..60bdf456319d4cf3298d74176c879aa62adb13fe 100644 (file)
@@ -29,6 +29,9 @@ public:
 
        void open_file(const std::string &);
        void open_memory(const void *, unsigned);
+private:
+       void open_common();
+public:
        void load_data();
        void load_file(const std::string &);
        void load_memory(const void *, unsigned);
@@ -41,8 +44,6 @@ public:
        unsigned get_frequency() const { return freq; }
        unsigned get_size() const { return size; }
        const char *get_data() const;
-private:
-       void open_common();
 };
 
 } // namespace AL