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)) {
|
||||
|
||||
@safe:
|
||||
|
||||
private {
|
||||
string _ffmpegExecutablePath;
|
||||
double _frameRate;
|
||||
|
@ -192,6 +190,8 @@ final class PixmapRecorder : OutputRange!(const(Pixmap)) {
|
|||
bool _outputIsOurs = false;
|
||||
}
|
||||
|
||||
@safe:
|
||||
|
||||
private this(
|
||||
string ffmpegExecutablePath,
|
||||
double frameRate,
|
||||
|
|
Loading…
Reference in New Issue