fuse_open.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-04-12 09:29:59 -05:00
parent 78da638658
commit afe541c47a

View File

@ -38,6 +38,10 @@
struct PT
{
PT()
{
}
PT(PT &&pt_)
{
}