mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[partition] "constructor-like" needs to be static
This commit is contained in:
parent
516ae494bf
commit
ebbc1a1bcb
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ struct FstabEntry
|
|||
* If the string isn't valid (e.g. comment-line, or broken
|
||||
* fstab entry) then the entry that is returned is invalid.
|
||||
*/
|
||||
FstabEntry fromEtcFstab( const QString& ); // implemented in Partutils.cpp
|
||||
static FstabEntry fromEtcFstab( const QString& ); // implemented in Partutils.cpp
|
||||
};
|
||||
|
||||
typedef QList< FstabEntry > FstabEntryList;
|
||||
|
|
Loading…
Add table
Reference in a new issue