mirror of https://github.com/adamdruppe/arsd.git
Adjust placement of @safe for better readability
This commit is contained in:
parent
997a7c8fd5
commit
8a68748bd6
|
@ -176,8 +176,6 @@ private @safe {
|
||||||
+/
|
+/
|
||||||
final class PixmapRecorder : OutputRange!(const(Pixmap)) {
|
final class PixmapRecorder : OutputRange!(const(Pixmap)) {
|
||||||
|
|
||||||
@safe:
|
|
||||||
|
|
||||||
private {
|
private {
|
||||||
string _ffmpegExecutablePath;
|
string _ffmpegExecutablePath;
|
||||||
double _frameRate;
|
double _frameRate;
|
||||||
|
@ -192,6 +190,8 @@ final class PixmapRecorder : OutputRange!(const(Pixmap)) {
|
||||||
bool _outputIsOurs = false;
|
bool _outputIsOurs = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@safe:
|
||||||
|
|
||||||
private this(
|
private this(
|
||||||
string ffmpegExecutablePath,
|
string ffmpegExecutablePath,
|
||||||
double frameRate,
|
double frameRate,
|
||||||
|
|
Loading…
Reference in New Issue