Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 251781 | Differences between
and this patch

Collapse All | Expand All

(-)jaffm-1.3b/filehandler.cpp (+1 lines)
Lines 1-5 Link Here
1
#include "filehandler.h"
1
#include "filehandler.h"
2
#include <sys/stat.h>
2
#include <sys/stat.h>
3
#include <cstdlib>
3
4
4
bool UFileHandler::move(const std::string &sOriginal, const std::string &sDestination)
5
bool UFileHandler::move(const std::string &sOriginal, const std::string &sDestination)
5
{
6
{
(-)jaffm-1.3b/settings.cpp (+1 lines)
Lines 1-5 Link Here
1
#include "settings.h"
1
#include "settings.h"
2
#include "filehandler.h"
2
#include "filehandler.h"
3
#include <cstdlib>
3
4
4
Settings::Settings()
5
Settings::Settings()
5
{
6
{

Return to bug 251781