修复webserver死锁
This commit is contained in:
@@ -10,7 +10,6 @@ namespace renderive::web {
|
||||
class Gallery_Plot_Session final {
|
||||
public:
|
||||
Gallery_Plot_Session();
|
||||
explicit Gallery_Plot_Session(bool automatic_low_latency);
|
||||
~Gallery_Plot_Session();
|
||||
Gallery_Plot_Session(const Gallery_Plot_Session&) = delete;
|
||||
Gallery_Plot_Session& operator=(const Gallery_Plot_Session&) = delete;
|
||||
|
||||
Reference in New Issue
Block a user