We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd22b0a commit c60a2abCopy full SHA for c60a2ab
include/AudioStream.hpp
@@ -53,8 +53,6 @@ class AudioStream : public ::AudioStream {
53
GETTERSETTER(unsigned int, SampleSize, sampleSize)
54
GETTERSETTER(unsigned int, Channels, channels)
55
56
- /**
57
- *
58
AudioStream& operator=(const ::AudioStream& stream) {
59
set(stream);
60
return *this;
include/Ray.hpp
@@ -89,7 +89,7 @@ class Ray : public ::Ray {
89
}
90
91
private:
92
- void set(const ::Ray& ray) {
+ inline void set(const ::Ray& ray) {
93
position = ray.position;
94
direction = ray.direction;
95
0 commit comments